Promethyxx is a niche software house that focuses on data transformation utilities for developers and system integrators, with its current catalog centered on the Oxyon suite. Oxyon combines a lightweight Rust-based engine that ingests legacy or semi-structured sources—such as mainframe reports, scanned tags, or inconsistently formatted JSON dumps—with an adaptive ruleset that converts, scrapes, and enriches the content into clean, tagged datasets ready for downstream analytics or API feeds. Typical use cases include migrating old ERP exports into modern SQL schemas, normalizing IoT log streams before they reach visualization tools, or batch-tagging archival documents with metadata pulled from external reference files. The converter module handles character-set shifts, unit recalculation, and schema mapping; the scraper isolates repeating blocks, tables, or key-value pairs even when layouts vary between files; the tagger then appends controlled vocabularies, geocodes, or time-zones so that the output conforms to enterprise taxonomies. Because the entire workflow is driven by declarative TOML profiles, teams can version control every transformation rule alongside source code, enabling repeatable deployments through CI pipelines. Oxyon ships as a portable executable with no runtime dependencies, making it easy to embed in containers or schedule through task frameworks. Promethyxx software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always installing the latest build and supporting batch installation alongside other applications.
Rust converter, scraper and tagger
Details